
.time-slyle-watches {
    background: url(/images/image\ 7.jpg) no-repeat;
    object-fit: cover;
    background-size: cover;
    min-height: 1746px;
    
}
.tittler {
    transform: translate(-50px, -50px);
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.tittler._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.btn.btn-right, a.btn.btn-right {
    width: 289px;
}
.thirdslaid {
    padding-top: 44px;
    padding-bottom: 46px;

}
.tittler {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 53px;
    
}
.cartochka {
    opacity: 0; /* Начальное значение прозрачности */
    transform: translateY(20px); /* Начальное значение смещения */
    transition: opacity 0.5s, transform 0.5s; /* Плавное переходное значение */
  }
  
.cartochka.show {
    opacity: 1; /* Конечное значение прозрачности */
    transform: translateY(0); /* Конечное значение смещения */
  }
.columns_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 17px;
}
.cartochka { 
    
    width: calc((100% / 3) - 20px);
    padding-bottom: 20px;
    display: flex;
    
  
}
.cartochka-row {
    border-style: solid;
    border-width: 2px;
    border-color: #21435B;
    width: 100%;
}
.cartochka-row-in {
    padding-left: 20px;
    padding-right: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.tsifri {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 2px;

}
.Cartinki {
    display: block;
    margin: auto;
    width: 89px;
    height: 89px;
    
    margin-bottom: 61px;
}
.zagolovki {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 20px;
    
    
}
.textin {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;  
}
@media (max-width: 991px) {
    .time-slyle-watches {
        min-height: unset;
    }
}
@media (max-width: 1025px) {
    .thirdslaid {
        padding-top: 30px;
    }
    .thirdslaid > .columns_row > .cartochka { 
        width: 100%;
        display: flex;
    }
}
@media (max-width: 769px) {
    .thirdslaid > .tittler {
        font-size: 36px;
    }
}
@media (max-width: 769px) {
    .time-slyle-watches > .textin {
        font-size: 18px;
    }
}
@media (max-width: 769px) {
    .thirdslaid > .columns_row > .cartochka { 
        width: calc((100% / 2) - 20px);
        display: flex;
        
    }
    
    
}
@media (max-width: 769px) {
    .thirdslaid > .columns_row > .cartochka > .zagolovki {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        
    }
}
@media (max-width: 700px) {
    .thirdslaid > .columns_row > .cartochka {
        width: 100%
    }
}
@media (max-width: 450px) {
    .textin {
        font-size: 16px;
    }
    .thirdslaid > .tittler {
        font-size: 29px;
        padding-bottom: 30px;
    }
    .thirdslaid {
        padding-top: 20px;
    }
}
@media (max-width: 374px) {
    .thirdslaid > .tittler {
        font-size: 25px;
        padding-bottom: 25px;
    }
    .thirdslaid {
        padding-top: 16px;
    }
}
@media (max-width: 325px) {
    .thirdslaid > .tittler {
        font-size: 23px;
        padding-bottom: 20px;
    }
    .thirdslaid {
        padding-top: 10px;
    }
}

